HELP - OutputCustomization
HelpConfig OptionsOutputCustomization
Description  
Customize how the documentation is generated.
MEMBER_SAME_FILE_RELATE_TO_CLASSESIf the MEMBER_SAME_FILE_RELATE_TO_CLASSES tag is set to YES DoxyS will relate all free functions, types, defines etc. To the class(es) defined in the same file.
Default value:
YES
MEMBER_SAME_FILE_RELATE_TO_STRUCTSIf the MEMBER_SAME_FILE_RELATE_TO_STRUCTS tag is set to YES DoxyS will relate all free functions, types, defines etc. To the struct(s) defined in the same file.
Default value:
NO
FULL_PATH_NAMESIf the FULL_PATH_NAMES tag is set to YES then DoxyS will prepend the full path before files name in the file list and in the header files. If set to NO the shortest path that makes the file name unique will be used.
Default value:
NO
STRIP_FROM_PATHIf the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. Stripping is only done if one of the specified strings matches the left-hand part of the path. It is allowed to use relative paths in the argument list.
INTERNAL_DOCSThe INTERNAL_DOCS tag determines if documentation that is typed after a internal command is included. If the tag is set to NO (the default) then the documentation will be excluded. Set it to YES to include the internal documentation.
Default value:
NO
SHOW_KEYWORDS_SECTIONThe SHOW_KEYWORDS_SECTION tag determines if the keywords section are showed in the output. I.e. turn on to show autogenerated or explicitly specified (keywords ) keywords in the output.
Default value:
NO
TODO_DOCSDetermines whehter documentation that is typed after a todo command is included. If the tag is set to NO then the documentation will be excluded. Set it to YES to include the internal documentation.
Default value:
YES
INHERIT_DOCSIf the INHERIT_DOCS tag is set to YES (the default) then an undocumented member inherits the documentation from any documented member that it reimplements.
Default value:
YES
HIDE_CLASS_METHODS_IN_OVERVIEWIf set to true then member functions (methods)of classes will be hidden from all functions tab.
Default value:
NO
CONCATENATE_DECL_AND_DEFINITION_DOCFor functions: If set to true then the documentation from the declaration (header-file) and from the implementation/definition .(cpp-file) are concatenated. Brief description from header is concatenated with brief description from cpp-file and same with.main documentation. If set to NO, only one of the two are used prefering the one from the definition/cpp-file.
Default value:
YES